@charset "utf-8";
.colright/* CSS Document */


 {
	float: right;
	height: auto;
	width: 34%;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #006699;
	clear: none;
}
.colleft {
	float: left;
	height: auto;
	width: 35%;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #006699;
}
.colsingle {
	float: left;
	width: 100%;
	color: #006699;
	margin-left: auto;
	margin-bottom: 1em;
	clear: none;
	height: auto;
	margin-right: 1px;
	margin-top: 1em;
}
.colsingle2 {
	float: left;
	width: 1100%;
	color: #006699;
	margin-left: auto;
	margin-bottom: 1em;
	clear: none;
	height: auto;
	margin-top: 1em;
}
